Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / NewAppointmentDialog Method / NewAppointmentDialog(DateTime,DateTime,Nullable<Boolean>) Method
The start value.
The end value.
The System.Boolean value specifying whether appointment is all-day event.

In This Topic
    NewAppointmentDialog(DateTime,DateTime,Nullable<Boolean>) Method
    In This Topic
    Shows the Edit Appointment dialog for the creation of a new C1.C1Schedule.Appointment object with the specified parameters.
    Syntax
    'Declaration
     
    
    Public Overloads Sub NewAppointmentDialog( _
       ByVal start As Date, _
       ByVal end As Date, _
       ByVal allDayEvent As Nullable(Of Boolean) _
    ) 
    public void NewAppointmentDialog( 
       DateTime start,
       DateTime end,
       Nullable<bool> allDayEvent
    )

    Parameters

    start
    The start value.
    end
    The end value.
    allDayEvent
    The System.Boolean value specifying whether appointment is all-day event.
    See Also